String Schema
BookingChannelType Complex Type
Description
Booking Channel
Namespace http://string.drv.de/xmlschema/string
Diagram
OrganisationLevelID Element Code Element ShortName Element Sequence CompanyName Element Type Element Sequence BookingChannelType Complex Type
Overview
BookingChannelType
Booking Channel
Sequence
Sequence
ShortName optional
Code optional
OrganisationLevelID optional xs:int
As the company could be part of a bigger organization, one might provide the level in the hierarchy of that organization Only 1 digit LevelIds are provided
Used By
BookingChannel Element
Source
<xs:complexType name="BookingChannelType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Booking Channel</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Type" />
    <xs:element name="CompanyName" type="CompanyNameType" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.